Skip to content

Commit 123e6c8

Browse files
Update all non-major GitHub Actions dependencies
1 parent 6e0717e commit 123e6c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Check
2929
run: ./gradlew check --stacktrace
3030
- name: Upload Test Results
31-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
31+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
3232
if: failure()
3333
with:
3434
name: test-results

.github/workflows/snyk-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: mqtt-cli
2424

2525
- name: Check for new issues
26-
uses: hivemq/hivemq-snyk-composite-action@656c90ad0a46b1eb31eedb26356d1877369da652 # v2.0.0
26+
uses: hivemq/hivemq-snyk-composite-action@0017dbcec3623e66de4090e198e9b041ad599e7d # v2.1.0
2727
with:
2828
snyk-args: --org=hivemq-mqtt-cli --configuration-matching=^runtimeClasspath$ mqtt-cli -d
2929
snyk-token: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)