diff --git a/.github/workflows/shared-license.yaml b/.github/workflows/shared-license.yaml index 54e4976..225201c 100644 --- a/.github/workflows/shared-license.yaml +++ b/.github/workflows/shared-license.yaml @@ -38,7 +38,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Check License Header - uses: apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7.0 + uses: apache/skywalking-eyes/header@a196742f472feaffafea537ce5a2a4c3c53a8de4 # v0.9.0 with: config: .github/licenserc.yaml mode: check @@ -54,7 +54,7 @@ jobs: - name: Generate GitHub App Token id: github-app-token continue-on-error: true - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.app_id }} private-key: ${{ secrets.private_key }} @@ -68,7 +68,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Check License Header - uses: apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7.0 + uses: apache/skywalking-eyes/header@a196742f472feaffafea537ce5a2a4c3c53a8de4 # v0.9.0 with: config: .github/licenserc.yaml mode: fix diff --git a/.github/workflows/shared-reuse.yaml b/.github/workflows/shared-reuse.yaml index bd7aef5..67baed6 100644 --- a/.github/workflows/shared-reuse.yaml +++ b/.github/workflows/shared-reuse.yaml @@ -13,6 +13,6 @@ jobs: reuse: runs-on: ${{ inputs.runs-on}} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: REUSE Compliance Check uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6 diff --git a/workflows/e2e/action.yaml b/workflows/e2e/action.yaml index b3e1da4..e9b08f0 100644 --- a/workflows/e2e/action.yaml +++ b/workflows/e2e/action.yaml @@ -52,7 +52,7 @@ runs: # Create the admin cluster with latest kubernetes version - name: Create Admin Cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@06c1ae10762d3b9c1644e7fe69596ae519e015a2 # v1.15.0 with: version: 'v0.31.0' cluster_name: ${{ inputs.admin-cluster-name }} @@ -77,7 +77,7 @@ runs: # Create the remote cluster with kubernetes version from the matrix - name: Create Remote Cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@06c1ae10762d3b9c1644e7fe69596ae519e015a2 # v1.15.0 with: version: 'v0.31.0' node_image: 'kindest/node:${{ inputs.remote-k8s-version }}'