Skip to content

Commit

Permalink
Update all non-major GitHub Actions dependencies (master) (#445)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 6e0717e commit 932a81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check
run: ./gradlew check --stacktrace
- name: Upload Test Results
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
if: failure()
with:
name: test-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: mqtt-cli

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

0 comments on commit 932a81b

Please sign in to comment.