diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d5dc31f..46fd804 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,11 +19,11 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize CodeQL - uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 + uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: languages: javascript-typescript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 + uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: upload: true diff --git a/.github/workflows/e2b-comprehensive.yml b/.github/workflows/e2b-comprehensive.yml index 09c3851..af09edb 100644 --- a/.github/workflows/e2b-comprehensive.yml +++ b/.github/workflows/e2b-comprehensive.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Python 3.12 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: '3.12' diff --git a/action.yml b/action.yml index 3fcaadc..329de94 100644 --- a/action.yml +++ b/action.yml @@ -149,7 +149,7 @@ runs: - name: Upload SARIF to GitHub Code Scanning if: ${{ inputs.sarif-upload == 'true' && always() }} - uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: sarif_file: ${{ runner.temp }}/agent-lint.sarif category: agent-lint