Skip to content

Commit 1c1c86a

Browse files
authored
Merge branch 'main' into feat/release-workflow-permissions
2 parents 034ed42 + d8c9b70 commit 1c1c86a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql.yml

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

7373
# Initializes the CodeQL tools for scanning.
7474
- name: Initialize CodeQL
75-
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
75+
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
7676
with:
7777
languages: ${{ matrix.language }}
7878
build-mode: ${{ matrix.build-mode }}
@@ -100,6 +100,6 @@ jobs:
100100
exit 1
101101
102102
- name: Perform CodeQL Analysis
103-
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
103+
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
104104
with:
105105
category: "/language:${{matrix.language}}"

.github/workflows/release-debug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
# multi-platform images and export cache
6060
# https://github.com/docker/setup-buildx-action
6161
- name: Set up Docker Buildx
62-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
62+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
6363

6464
# Login against a Docker registry except on PR
6565
# https://github.com/docker/login-action
6666
- name: Log into registry ${{ env.REGISTRY }}
6767
if: github.event_name != 'pull_request'
68-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
68+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
6969
with:
7070
registry: ${{ env.REGISTRY }}
7171
username: ${{ github.actor }}
@@ -91,7 +91,7 @@ jobs:
9191
# https://github.com/docker/build-push-action
9292
- name: Build and push Docker image
9393
id: build-and-push
94-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
94+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9595
with:
9696
context: images/debug
9797
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/release-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
cosign-release: "v2.5.3"
5151

5252
- name: Setup Buildx
53-
uses: docker/setup-buildx-action@v2
53+
uses: docker/setup-buildx-action@v3
5454

5555
- name: Login to registry
56-
uses: docker/login-action@v2
56+
uses: docker/login-action@v4
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Build and push
7272
id: build-and-push
73-
uses: docker/build-push-action@v4
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: ${{ inputs.context }}
7676
file: ${{ inputs.context }}/${{ inputs.dockerfile }}

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
67+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6868
with:
6969
name: SARIF file
7070
path: results.sarif
@@ -73,6 +73,6 @@ jobs:
7373
# Upload the results to GitHub's code scanning dashboard (optional).
7474
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575
- name: "Upload to code-scanning"
76-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
76+
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
7777
with:
7878
sarif_file: results.sarif

0 commit comments

Comments
 (0)