From 67c86d93217fed0ab1a80d0dd1b42f750f5df987 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:36:23 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/build.yml | 10 +++++----- .github/workflows/release.yml | 12 ++++++------ .github/workflows/scorecard.yml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbd0b9e..197aa79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: run: ./script/set_environment_variables.sh - name: Load image metadata - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5 id: metadata with: images: | @@ -53,10 +53,10 @@ jobs: type=raw,value=${{ env.FLUTTER_VERSION }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3 + uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3 - name: Build image and push to local Docker daemon - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6 with: load: true cache-from: type=gha @@ -79,7 +79,7 @@ jobs: # TODO: Parallelize testing and vulnerability scanning - name: Scan with Docker Scout id: docker-scout - uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1 + uses: docker/scout-action@b23590dc1e4d09febc00cfcbc51e9e8c0f7ee9f3 # v1 with: command: compare, recommendations # Use the Docker Hub image that is the first tag in the metadata @@ -115,7 +115,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Generate test files - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4 + uses: mikefarah/yq@4839dbbf80445070a31c7a9c1055da527db2d5ee # v4 with: cmd: ./script/update_test.sh diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0caab7..80d4e05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: echo "IMAGE_REPOSITORY_PATH=$IMAGE_REPOSITORY_PATH" >> $GITHUB_ENV - name: Load image metadata - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5 id: metadata with: images: | @@ -80,10 +80,10 @@ jobs: type=raw,value=${{ env.FLUTTER_VERSION }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3 + uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3 - name: Build image and push to local Docker daemon - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6 with: load: true cache-from: type=gha @@ -104,7 +104,7 @@ jobs: config: test/android.yml - name: Build image and push it to registries - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6 with: push: true cache-from: type=gha @@ -129,7 +129,7 @@ jobs: - name: Record image in Docker Scout environment id: docker-scout-environment - uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1 + uses: docker/scout-action@b23590dc1e4d09febc00cfcbc51e9e8c0f7ee9f3 # v1 with: command: environment, cves # Use the Docker Hub image that is the first tag in the metadata @@ -147,7 +147,7 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3 + uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3 with: sarif_file: sarif.json diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 15a4f98..8f354de 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -70,6 +70,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3 + uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3 with: sarif_file: results.sarif