diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9357e01..79d57ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -77,7 +77,7 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Build and publish init container image - uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # 6.6.1 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # 6.7.0 with: push: true context: src/${{ inputs.INITCONTAINER_LANGUAGE }}/ diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 7d4259a..a22a904 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -73,6 +73,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5 with: sarif_file: results.sarif diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b097503..82bd0eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,7 +81,7 @@ jobs: docker build -t e2e/test-app-${{ inputs.INITCONTAINER_LANGUAGE }}:e2e tests/${{ inputs.INITCONTAINER_LANGUAGE }}/ ${BUILD_ARGS} - name: Run e2e-test - uses: newrelic/newrelic-integration-e2e-action@a97ced80a4841c8c6261d1f9dca6706b1d89acb1 # 1.11.0 + uses: newrelic/newrelic-integration-e2e-action@fd53fc95e287dcd7b5bd86a4a25d653aadf407d0 # 1.11.1 # Skip e2e tests for dependabot PRs since dependabot can't access secrets if: github.actor != 'dependabot[bot]' with: