diff --git a/.github/workflows/automerge-dependabot.yml b/.github/workflows/automerge-dependabot.yml index d0bac92..2204e5a 100644 --- a/.github/workflows/automerge-dependabot.yml +++ b/.github/workflows/automerge-dependabot.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Gather Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.6.0 + uses: dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526 # v1.6.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Approve PR diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index 1027c79..429f8e0 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -30,11 +30,11 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: username: ${{secrets.DOCKERHUB_PULL_USERNAME}} password: ${{secrets.DOCKERHUB_PULL_TOKEN}} - - uses: Kong/kong-license@master + - uses: Kong/kong-license@c4decf08584f84ff8fe8e7cd3c463e0192f6111b id: license with: op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e705fcc..2a9ebd2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,11 +20,11 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 - - uses: golangci/golangci-lint-action@v6 + - uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 - name: Run tests with Coverage run: make coverage - name: Upload Code Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 with: name: codecov token: ${{ secrets.CODECOV_TOKEN }}