Skip to content

Commit e4acedc

Browse files
[deps]: Update gh minor
1 parent b70319a commit e4acedc

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2626
with:
2727
persist-credentials: false
2828

@@ -38,7 +38,7 @@ jobs:
3838
mv KeyConnector.zip ../../../
3939
4040
- name: Upload project artifact
41-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
41+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4242
with:
4343
name: KeyConnector.zip
4444
path: src/KeyConnector/KeyConnector.zip
@@ -55,12 +55,12 @@ jobs:
5555
security-events: write
5656
steps:
5757
- name: Check out repo
58-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
58+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5959
with:
6060
persist-credentials: false
6161

6262
- name: Login to GitHub Container Registry
63-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
63+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6464
with:
6565
registry: ghcr.io
6666
username: ${{ github.actor }}
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Build Docker image
107107
id: build-docker
108-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
108+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
109109
with:
110110
context: src/KeyConnector
111111
file: src/KeyConnector/Dockerfile
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Install Cosign
118118
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
119-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
119+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
120120

121121
- name: Sign image with Cosign
122122
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -134,14 +134,14 @@ jobs:
134134
135135
- name: Scan Docker image
136136
id: container-scan
137-
uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0
137+
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
138138
with:
139139
image: ${{ steps.image-name.outputs.name }}
140140
fail-build: false
141141
output-format: sarif
142142

143143
- name: Upload Grype results to GitHub
144-
uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
144+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
145145
with:
146146
sarif_file: ${{ steps.container-scan.outputs.sarif }}
147147
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
packages: write
5757
steps:
5858
- name: Install Cosign
59-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
59+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
6060

6161
- name: Login to GitHub Container Registry
62-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
62+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6363
with:
6464
registry: ghcr.io
6565
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
3535
- name: Check out repo
36-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
36+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3737
with:
3838
persist-credentials: false
3939

@@ -60,7 +60,7 @@ jobs:
6060
contents: write
6161
steps:
6262
- name: Create release
63-
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
63+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
6464
with:
6565
commit: ${{ github.sha }}
6666
tag: "v${{ needs.setup.outputs.release_version }}"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Check out repo
26-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
26+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2727
with:
2828
persist-credentials: false
2929

@@ -43,4 +43,4 @@ jobs:
4343
fail-on-error: true
4444

4545
- name: Upload to codecov.io
46-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
46+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1

.github/workflows/version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
uses: bitwarden/gh-actions/azure-logout@main
4949

5050
- name: Generate GH App token
51-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
51+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
5252
id: app-token
5353
with:
5454
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
5555
private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }}
5656

5757
- name: Check out repo
58-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
58+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5959
with:
6060
token: ${{ steps.app-token.outputs.token }}
6161
persist-credentials: true

0 commit comments

Comments
 (0)