Skip to content

Commit 4889389

Browse files
Bump the actions group with 5 updates
Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/cache](https://github.com/actions/cache) | `4.2.2` | `4.3.0` | | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `5.0.0` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.0` | `2.4.3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.3` | `4.6.2` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.7` | `4.30.8` | Updates `actions/cache` from 4.2.2 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...0057852) Updates `actions/checkout` from 4.1.1 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...08c6903) Updates `ossf/scorecard-action` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@62b2cac...4eaacf0) Updates `actions/upload-artifact` from 4.3.3 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...ea165f8) Updates `github/codeql-action` from 3.26.7 to 4.30.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8214744...f443b60) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.30.8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 286adea commit 4889389

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/workflows/scorecard.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
with:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
40+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -59,14 +59,14 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
62+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6363
with:
6464
name: SARIF file
6565
path: results.sarif
6666
retention-days: 5
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
70+
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
7171
with:
7272
sarif_file: results.sarif

.github/workflows/test-local-action-inside-home.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: local-inside-home
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
2525
- name: Setup Bats and Bats libs
2626
id: setup-bats
2727
uses: ./
@@ -98,7 +98,7 @@ jobs:
9898
name: local-inside-home-cache
9999
steps:
100100
- name: Checkout
101-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
101+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
102102
- name: Setup Bats and Bats libs
103103
id: setup-bats
104104
uses: ./

.github/workflows/test-local-action-with-conditionals.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: local-options
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
2525
- name: Setup Bats and Bats libs
2626
id: setup-bats
2727
uses: ./

.github/workflows/test-local-action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: local
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
2525
- name: Setup Bats and Bats libs
2626
id: setup-bats
2727
uses: ./
@@ -88,7 +88,7 @@ jobs:
8888
name: local-default-no-cache
8989
steps:
9090
- name: Checkout
91-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
91+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
9292
- name: Setup Bats and Bats libs
9393
uses: ./
9494
id: setup-bats

.github/workflows/test-public-action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: public
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
2626
- name: Setup Bats and Bats libs
2727
id: setup-bats
2828
uses: bats-core/bats-action@main
@@ -89,7 +89,7 @@ jobs:
8989
name: public-no-cache
9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
92+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
9393
- name: Setup Bats and Bats-libs
9494
uses: bats-core/bats-action@main
9595
id: setup-bats

.github/workflows/update-pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
1414
- name: Update pre-commit hooks
1515
uses: brokenpip3/action-pre-commit-update@main
1616
with:

action.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113
steps:
114114
# This action would be much easier if only matrix steps will be supported in a composite action
115115
- name: "Set cache for Bats"
116-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
116+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
117117
if: inputs.bats-install == 'true'
118118
id: bats-cache
119119
with:
@@ -197,7 +197,7 @@ runs:
197197
198198
- name: "Set cache for Bats-support"
199199
if: inputs.support-install == 'true'
200-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
200+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
201201
id: support-cache
202202
with:
203203
path: ${{ env.SUPPORT_DESTDIR }}
@@ -239,7 +239,7 @@ runs:
239239
240240
- name: "Set cache for Bats-assert"
241241
if: inputs.assert-install == 'true'
242-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
242+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
243243
id: assert-cache
244244
with:
245245
path: ${{ env.ASSERT_DESTDIR }}
@@ -281,7 +281,7 @@ runs:
281281
282282
- name: "Set cache for Bats-detik"
283283
if: inputs.detik-install == 'true'
284-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
284+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
285285
id: detik-cache
286286
with:
287287
path: ${{ env.DETIK_DESTDIR }}
@@ -322,7 +322,7 @@ runs:
322322
323323
- name: "Set cache for Bats-file"
324324
if: inputs.file-install == 'true'
325-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
325+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
326326
id: file-cache
327327
with:
328328
path: ${{ env.FILE_DESTDIR }}

0 commit comments

Comments
 (0)