diff --git a/.github/workflows/anchore-syft.yml b/.github/workflows/anchore-syft.yml index 403f34fbf..91f7b246e 100644 --- a/.github/workflows/anchore-syft.yml +++ b/.github/workflows/anchore-syft.yml @@ -36,7 +36,7 @@ jobs: - name: Build the Docker image run: docker build . --file Dockerfile --tag localbuild/testimage:latest - name: Scan the image and upload dependency results - uses: anchore/sbom-action@bb716408e75840bbb01e839347cd213767269d4a + uses: anchore/sbom-action@b6a39da80722a2cb0ef5d197531764a89b5d48c3 with: image: "localbuild/testimage:latest" artifact-name: image.spdx.json diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d87e9b58a..7809b27d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: egress-policy: audit - name: Download ${{ matrix.asset_name }} - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 with: name: ${{ matrix.asset_name }} - name: Set executable flag @@ -133,7 +133,7 @@ jobs: egress-policy: audit - name: Download ${{ matrix.asset_name }} - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 with: name: ${{ matrix.asset_name }} - name: Set executable flag diff --git a/.github/workflows/lintr.yml b/.github/workflows/lintr.yml index 488f9cb48..484c9368c 100644 --- a/.github/workflows/lintr.yml +++ b/.github/workflows/lintr.yml @@ -41,10 +41,10 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup R - uses: r-lib/actions/setup-r@ab0a542bf033c5fbe8f65834c003312f2d3afba3 + uses: r-lib/actions/setup-r@55acd27e7b238c53bbe735b7a459c203a3b3d579 - name: Setup lintr - uses: r-lib/actions/setup-r-dependencies@ab0a542bf033c5fbe8f65834c003312f2d3afba3 + uses: r-lib/actions/setup-r-dependencies@55acd27e7b238c53bbe735b7a459c203a3b3d579 with: extra-packages: lintr