Skip to content

Commit ea75a7f

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v7...v7.0.1) Updates `ossf/scorecard-action` from 2.4.3 to 2.4.4 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@4eaacf0...2d11466) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: ossf/scorecard-action dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19b1158 commit ea75a7f

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- go
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v7.0.0
32+
uses: actions/checkout@v7.0.1
3333
- name: Initialize CodeQL
3434
uses: github/codeql-action/init@v4
3535
with:

.github/workflows/docker_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
packages: write
1919
steps:
20-
- uses: actions/checkout@v7.0.0
20+
- uses: actions/checkout@v7.0.1
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/docker_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
packages: write
1616
steps:
17-
- uses: actions/checkout@v7.0.0
17+
- uses: actions/checkout@v7.0.1
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
steps:
2020
- name: Checkout source
21-
uses: actions/checkout@v7.0.0
21+
uses: actions/checkout@v7.0.1
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
TEST_ARGS: -v
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v7.0.0
30+
- uses: actions/checkout@v7.0.1
3131
with:
3232
fetch-depth: 0
3333

@@ -47,7 +47,7 @@ jobs:
4747
docker:
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v7.0.0
50+
- uses: actions/checkout@v7.0.1
5151
with:
5252
fetch-depth: 0
5353

@@ -139,7 +139,7 @@ jobs:
139139
multiparty-enabled: false
140140

141141
steps:
142-
- uses: actions/checkout@v7.0.0
142+
- uses: actions/checkout@v7.0.1
143143
with:
144144
fetch-depth: 0
145145

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
blockchain-node: besu
5151
fail-fast: false
5252
steps:
53-
- uses: actions/checkout@v7.0.0
53+
- uses: actions/checkout@v7.0.1
5454
with:
5555
fetch-depth: 0
5656

@@ -87,7 +87,7 @@ jobs:
8787
migration-test:
8888
runs-on: firefly-ubuntu-latest
8989
steps:
90-
- uses: actions/checkout@v7.0.0
90+
- uses: actions/checkout@v7.0.1
9191
with:
9292
fetch-depth: 0
9393

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636
with:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
40+
uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif

.github/workflows/solidity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
solidity-test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v7.0.0
15+
- uses: actions/checkout@v7.0.1
1616
- name: Use Node.js
1717
uses: actions/setup-node@v7
1818
with:

0 commit comments

Comments
 (0)