Skip to content

Commit

Permalink
chore(deps): update all non-major github action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 0ccfe84 commit 26cdd81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Dependency review
uses: actions/dependency-review-action@v1
uses: actions/dependency-review-action@a9c83d3af6b9031e20feba03b904645bb23d1dab # v1.0.2
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Shellcheck
run: |
.github/workflows/scripts/run-shellcheck.sh
Expand Down

0 comments on commit 26cdd81

Please sign in to comment.