diff --git a/.github/workflows/lint_golang.yml b/.github/workflows/lint_golang.yml index d05e8f8..70388d2 100644 --- a/.github/workflows/lint_golang.yml +++ b/.github/workflows/lint_golang.yml @@ -15,7 +15,7 @@ jobs: name: Lint with GolangCI runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 id: go with: @@ -23,7 +23,7 @@ jobs: # We use a manually configured cache key to avoid conflicts with the test action cache # See https://github.com/actions/setup-go/issues/358 cache: false - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/go-build diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 2380c3d..0ad3f27 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -20,7 +20,7 @@ jobs: private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }} permission-contents: write permission-pull-requests: write - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 id: go with: @@ -28,7 +28,7 @@ jobs: # We use a manually configured cache key to avoid conflicts with the test action cache # See https://github.com/actions/setup-go/issues/358 cache: false - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/go-build diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 58bb4c0..c1abd5b 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -20,7 +20,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Check out code into the Go module directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Set up Go 1.x uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: