Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -59,14 +59,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions .github/workflows/test-local-action-inside-home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: local-inside-home
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
- name: Setup Bats and Bats libs
id: setup-bats
uses: ./
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
name: local-inside-home-cache
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
- name: Setup Bats and Bats libs
id: setup-bats
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-local-action-with-conditionals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: local-options
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
- name: Setup Bats and Bats libs
id: setup-bats
uses: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-local-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: local
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
- name: Setup Bats and Bats libs
id: setup-bats
uses: ./
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
name: local-default-no-cache
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
- name: Setup Bats and Bats libs
uses: ./
id: setup-bats
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-public-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: public
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
- name: Setup Bats and Bats libs
id: setup-bats
uses: bats-core/bats-action@main
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
name: public-no-cache
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
- name: Setup Bats and Bats-libs
uses: bats-core/bats-action@main
id: setup-bats
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
- name: Update pre-commit hooks
uses: brokenpip3/action-pre-commit-update@main
with:
Expand Down
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
if: inputs.bats-install == 'true'
id: bats-cache
with:
Expand Down Expand Up @@ -197,7 +197,7 @@ runs:

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

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

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

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