diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index 055c7f695..06491ddab 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -59,7 +59,7 @@ jobs: with: username: ${{secrets.DOCKER_ORG_NAME}} password: ${{secrets.DOCKER_ORG_TOKEN}} - - uses: Kong/kong-license@master + - uses: Kong/kong-license@ddccb487a0b319cef85f348b16a1ad2b6d9c1df7 # master id: license with: op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} diff --git a/.github/workflows/validate-kong-release.yaml b/.github/workflows/validate-kong-release.yaml index 0dc028ac9..f858e9cbd 100644 --- a/.github/workflows/validate-kong-release.yaml +++ b/.github/workflows/validate-kong-release.yaml @@ -40,7 +40,7 @@ jobs: uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: go.mod - - uses: Kong/kong-license@master + - uses: Kong/kong-license@ddccb487a0b319cef85f348b16a1ad2b6d9c1df7 # master id: license with: op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}