Skip to content

Commit 8583a94

Browse files
chore(deps): update all non-major github action (main) (cloudnative-pg#7437)
This PR contains the following updates: https://github.com/actions/download-artifact `95815c3` -> `d3f86a1` https://github.com/docker/bake-action `4ba453f` -> `76f9fa3` https://github.com/docker/build-push-action `471d1dc` -> `14487ce` https://github.com/github/codeql-action `28deaed` -> `60168ef`
1 parent 2fb0189 commit 8583a94

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/codeql-analysis.yml

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

7575
# Initializes the CodeQL tools for scanning.
7676
- name: Initialize CodeQL
77-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3
77+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
7878
with:
7979
languages: "go"
8080
build-mode: manual
@@ -91,6 +91,6 @@ jobs:
9191
make
9292
9393
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3
94+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
9595
with:
9696
category: "/language:go"

.github/workflows/continuous-delivery.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
password: ${{ env.REGISTRY_PASSWORD }}
366366
-
367367
name: Build and push
368-
uses: docker/bake-action@4ba453fbc2db7735392b93edf935aaf9b1e8f747 # v6
368+
uses: docker/bake-action@76f9fa3a758507623da19f6092dc4089a7e61592 # v6
369369
id: bake-push
370370
env:
371371
environment: "testing"
@@ -450,7 +450,7 @@ jobs:
450450
# NOTE: we only fire this in TEST DEPTH = 4, as that is the level of the
451451
# upgrade test
452452
name: Build and push image for upgrade test
453-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
453+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
454454
id: build-prime
455455
if: |
456456
always() && !cancelled() &&
@@ -504,7 +504,7 @@ jobs:
504504
rm -fr manifests/operator-manifest.yaml
505505
-
506506
name: Prepare the operator manifest
507-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
507+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
508508
with:
509509
name: operator-manifest.yaml
510510
path: manifests
@@ -2124,7 +2124,7 @@ jobs:
21242124
run: mkdir test-artifacts
21252125

21262126
- name: Download all artifacts to the directory
2127-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
2127+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
21282128
with:
21292129
path: test-artifacts
21302130
pattern: testartifacts-*

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ jobs:
553553
password: ${{ env.REGISTRY_PASSWORD }}
554554

555555
- name: Build and push
556-
uses: docker/bake-action@4ba453fbc2db7735392b93edf935aaf9b1e8f747 # v6
556+
uses: docker/bake-action@76f9fa3a758507623da19f6092dc4089a7e61592 # v6
557557
id: bake-push
558558
env:
559559
environment: "testing"
@@ -611,7 +611,7 @@ jobs:
611611
args: --severity-threshold=high --file=Dockerfile
612612

613613
- name: Upload result to GitHub Code Scanning
614-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3
614+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
615615
if: |
616616
!github.event.repository.fork &&
617617
!github.event.pull_request.head.repo.fork
@@ -837,7 +837,7 @@ jobs:
837837
password: ${{ env.REGISTRY_PASSWORD }}
838838

839839
- name: Download the bundle
840-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
840+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
841841
with:
842842
name: bundle
843843

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
# Upload the results to GitHub's code scanning dashboard (optional).
7575
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676
- name: "Upload to code-scanning"
77-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3
77+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
7878
with:
7979
sarif_file: results.sarif

.github/workflows/release-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
password: ${{ secrets.GITHUB_TOKEN }}
195195
-
196196
name: Build and push
197-
uses: docker/bake-action@4ba453fbc2db7735392b93edf935aaf9b1e8f747 # v6
197+
uses: docker/bake-action@76f9fa3a758507623da19f6092dc4089a7e61592 # v6
198198
id: bake-push
199199
env:
200200
environment: "production"
@@ -315,7 +315,7 @@ jobs:
315315
persist-credentials: false
316316

317317
- name: Download the bundle
318-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
318+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
319319
with:
320320
name: bundle
321321

@@ -398,7 +398,7 @@ jobs:
398398
git config user.name "${{ needs.release-binaries.outputs.author_name }}"
399399
-
400400
name: Download the bundle
401-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
401+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
402402
with:
403403
name: bundle
404404
-

.github/workflows/snyk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
args: --sarif-file-output=snyk-static.sarif
2727

2828
- name: Upload result to GitHub Code Scanning
29-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3
29+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
3030
with:
3131
sarif_file: snyk-static.sarif
3232

@@ -39,6 +39,6 @@ jobs:
3939
args: --sarif-file-output=snyk-test.sarif
4040

4141
- name: Upload result to GitHub Code Scanning
42-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3
42+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
4343
with:
4444
sarif_file: snyk-test.sarif

0 commit comments

Comments
 (0)