diff --git a/.github/actions/buildkite/action.yml b/.github/actions/buildkite/action.yml index ce0d4380..040462c7 100644 --- a/.github/actions/buildkite/action.yml +++ b/.github/actions/buildkite/action.yml @@ -107,7 +107,7 @@ runs: ARTIFACT_PATH: ${{ inputs.artifactPath }} shell: bash - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() && steps.download-artifacts.outcome == 'success' with: name: ${{ inputs.artifactName }} diff --git a/.github/actions/docker-login/action.yml b/.github/actions/docker-login/action.yml index c84c1f45..7ad64da2 100644 --- a/.github/actions/docker-login/action.yml +++ b/.github/actions/docker-login/action.yml @@ -33,7 +33,7 @@ runs: ${{ inputs.secret }} username | DOCKER_USERNAME ; ${{ inputs.secret }} password | DOCKER_PASSWORD - name: Log in to the Container registry - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ${{ inputs.registry }} username: ${{ env.DOCKER_USERNAME }} diff --git a/.github/actions/updatecli/action.yml b/.github/actions/updatecli/action.yml index bebf8f85..5fd93e8d 100644 --- a/.github/actions/updatecli/action.yml +++ b/.github/actions/updatecli/action.yml @@ -61,7 +61,7 @@ runs: secret: ${{ inputs.dockerVaultSecret }} - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 + uses: updatecli/updatecli-action@4922d58d06f0d096428933f153275e15a3eb49de - name: Run Updatecli run: |- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a9f625a6..2738dada 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Download actionlint id: get_actionlint run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 75180af3..238b74f3 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -29,7 +29,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false