diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 473b491f3..1cbf4f6b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 10 persist-credentials: false @@ -73,7 +73,7 @@ jobs: CFLAGS: -funsigned-char steps: - name: Checkout source code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 # needed for :commit: docs role persist-credentials: false @@ -145,7 +145,7 @@ jobs: KITTY_BUNDLE: 1 steps: - name: Checkout source code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 10 persist-credentials: false @@ -166,7 +166,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout source code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 # needed for :commit: docs role persist-credentials: false @@ -204,7 +204,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 10 persist-credentials: false diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 36bfbaa3e..3b588329f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. @@ -54,7 +54,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.36.0 + uses: github/codeql-action/init@v4.36.2 with: languages: ${{ matrix.language }} trap-caching: false @@ -64,7 +64,7 @@ jobs: run: python3 .github/workflows/ci.py build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.36.0 + uses: github/codeql-action/analyze@v4.36.2 - name: Run govulncheck if: matrix.language == 'go' diff --git a/.github/workflows/depscan.yml b/.github/workflows/depscan.yml index 80796866b..b9476a6e9 100644 --- a/.github/workflows/depscan.yml +++ b/.github/workflows/depscan.yml @@ -22,13 +22,13 @@ jobs: KITTY_BUNDLE: 1 steps: - name: Checkout source code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 10 persist-credentials: false - name: Checkout bypy - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 1 persist-credentials: false