diff --git a/.github/workflows/approve.yml b/.github/workflows/approve.yml index f1e99306..8ff703fa 100644 --- a/.github/workflows/approve.yml +++ b/.github/workflows/approve.yml @@ -10,7 +10,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: github/privileged-requester@29be02034609a90b30859edafa8b1e1d19738c79 # v2.3.0 + - uses: github/privileged-requester@ebdc640ba40d7488197e7d4dae814fbfae092e65 # v2.3.2 if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}} with: github_token: ${{ secrets.GH_ACT_PAT }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3c78b82c..3be66ba9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,6 +21,6 @@ jobs: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: ๐Ÿ— Initialize CodeQL - uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3 + uses: github/codeql-action/init@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3 - name: ๐Ÿš€ Perform CodeQL Analysis - uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3 + uses: github/codeql-action/analyze@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3