Skip to content

Commit b13e09a

Browse files
[deps]: Update github-action minor
1 parent 63f5811 commit b13e09a

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

.github/workflows/_move_finalization_db_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
devops-alerts-slack-webhook-url"
108108

109109
- name: Import GPG keys
110-
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
110+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
111111
with:
112112
gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
113113
passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828

2929
- name: Set up .NET
30-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
30+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
3131

3232
- name: Verify format
3333
run: dotnet format --verify-no-changes
@@ -116,10 +116,10 @@ jobs:
116116
fi
117117
118118
- name: Set up .NET
119-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
119+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
120120

121121
- name: Set up Node
122-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
122+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
123123
with:
124124
cache: "npm"
125125
cache-dependency-path: "**/package-lock.json"
@@ -165,10 +165,10 @@ jobs:
165165

166166
########## Set up Docker ##########
167167
- name: Set up QEMU emulators
168-
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
168+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
169169

170170
- name: Set up Docker Buildx
171-
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
171+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
172172

173173
########## ACRs ##########
174174
- name: Log in to Azure - production subscription
@@ -245,7 +245,7 @@ jobs:
245245

246246
- name: Build Docker image
247247
id: build-artifacts
248-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
248+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
249249
with:
250250
cache-from: type=registry,ref=${{ steps.cache-name.outputs.name }}
251251
cache-to: type=registry,ref=${{ steps.cache-name.outputs.name}},mode=max
@@ -262,7 +262,7 @@ jobs:
262262
263263
- name: Install Cosign
264264
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
265-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
265+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
266266

267267
- name: Sign image with Cosign
268268
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -279,7 +279,7 @@ jobs:
279279
280280
- name: Scan Docker image
281281
id: container-scan
282-
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
282+
uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0
283283
with:
284284
image: ${{ steps.image-tags.outputs.primary_tag }}
285285
fail-build: false
@@ -303,7 +303,7 @@ jobs:
303303
ref: ${{ github.event.pull_request.head.sha }}
304304

305305
- name: Set up .NET
306-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
306+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
307307

308308
- name: Log in to Azure - production subscription
309309
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
@@ -491,7 +491,7 @@ jobs:
491491
ref: ${{ github.event.pull_request.head.sha }}
492492

493493
- name: Set up .NET
494-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
494+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
495495

496496
- name: Print environment
497497
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Create release
8787
if: ${{ inputs.release_type != 'Dry Run' }}
88-
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
88+
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
8989
with:
9090
artifacts: "docker-stub-US.zip,
9191
docker-stub-US-sha256.txt,

.github/workflows/repository-management.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-24.04
5353
steps:
5454
- name: Generate GH App token
55-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
55+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
5656
id: app-token
5757
with:
5858
app-id: ${{ secrets.BW_GHAPP_ID }}
@@ -98,7 +98,7 @@ jobs:
9898
version: ${{ inputs.version_number_override }}
9999

100100
- name: Generate GH App token
101-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
101+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
102102
id: app-token
103103
with:
104104
app-id: ${{ secrets.BW_GHAPP_ID }}
@@ -197,7 +197,7 @@ jobs:
197197
- setup
198198
steps:
199199
- name: Generate GH App token
200-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
200+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
201201
id: app-token
202202
with:
203203
app-id: ${{ secrets.BW_GHAPP_ID }}

.github/workflows/scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ github.event.pull_request.head.sha }}
3838

3939
- name: Scan with Checkmarx
40-
uses: checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
40+
uses: checkmarx/ast-github-action@ef93013c95adc60160bc22060875e90800d3ecfc # 2.3.19
4141
env:
4242
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
4343
with:
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Set up JDK 17
71-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
71+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
7272
with:
7373
java-version: 17
7474
distribution: "zulu"
@@ -80,7 +80,7 @@ jobs:
8080
ref: ${{ github.event.pull_request.head.sha }}
8181

8282
- name: Set up .NET
83-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
83+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
8484

8585
- name: Install SonarCloud scanner
8686
run: dotnet tool install dotnet-sonarscanner -g

.github/workflows/test-database.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141

4242
- name: Set up .NET
43-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
43+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
4444

4545
- name: Restore tools
4646
run: dotnet tool restore
@@ -147,7 +147,7 @@ jobs:
147147
run: 'docker logs $(docker ps --quiet --filter "name=mssql")'
148148

149149
- name: Report test results
150-
uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
150+
uses: dorny/test-reporter@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0
151151
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !cancelled() }}
152152
with:
153153
name: Test Results
@@ -156,7 +156,7 @@ jobs:
156156
fail-on-error: true
157157

158158
- name: Upload to codecov.io
159-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
159+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
160160

161161
- name: Docker Compose down
162162
if: always()
@@ -172,7 +172,7 @@ jobs:
172172
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
173173

174174
- name: Set up .NET
175-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
175+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
176176

177177
- name: Print environment
178178
run: |

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131

3232
- name: Set up .NET
33-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
33+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
3434

3535
- name: Print environment
3636
run: |
@@ -49,7 +49,7 @@ jobs:
4949
run: dotnet test ./bitwarden_license/test --configuration Debug --logger "trx;LogFileName=bw-test-results.trx" /p:CoverletOutputFormatter="cobertura" --collect:"XPlat Code Coverage"
5050

5151
- name: Report test results
52-
uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
52+
uses: dorny/test-reporter@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0
5353
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !cancelled() }}
5454
with:
5555
name: Test Results
@@ -58,4 +58,4 @@ jobs:
5858
fail-on-error: true
5959

6060
- name: Upload to codecov.io
61-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
61+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

0 commit comments

Comments
 (0)