Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
with:
sarif_file: results.sarif
10 changes: 5 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runs:
steps:
# This action would be much easier if only matrix steps will be supported in a composite action
- name: "Set cache for Bats"
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
if: inputs.bats-install == 'true'
id: bats-cache
with:
Expand Down Expand Up @@ -202,7 +202,7 @@ runs:

- name: "Set cache for Bats-support"
if: inputs.support-install == 'true'
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
id: support-cache
with:
path: ${{ env.SUPPORT_DESTDIR }}
Expand Down Expand Up @@ -251,7 +251,7 @@ runs:

- name: "Set cache for Bats-assert"
if: inputs.assert-install == 'true'
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
id: assert-cache
with:
path: ${{ env.ASSERT_DESTDIR }}
Expand Down Expand Up @@ -300,7 +300,7 @@ runs:

- name: "Set cache for Bats-detik"
if: inputs.detik-install == 'true'
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
id: detik-cache
with:
path: ${{ env.DETIK_DESTDIR }}
Expand Down Expand Up @@ -348,7 +348,7 @@ runs:

- name: "Set cache for Bats-file"
if: inputs.file-install == 'true'
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
id: file-cache
with:
path: ${{ env.FILE_DESTDIR }}
Expand Down
Loading