diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49c2a92..b2e2565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: node-version: "22.0" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Node.js ${{ matrix.node-version }} shell: bash -eo pipefail -l {0} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0288d97..45fc016 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 6973ca7..a46e51e 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -33,7 +33,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.2 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2 with: persist-credentials: false