diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 16fcaefe6..887f15799 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -57,7 +57,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/issuebot.yml b/.github/workflows/issuebot.yml index 3751a28f9..c310693d2 100644 --- a/.github/workflows/issuebot.yml +++ b/.github/workflows/issuebot.yml @@ -20,7 +20,7 @@ jobs: steps: # This workflow will run a script that is stored in the repository. This step checks out the repository contents so that the workflow can access the script. - name: Check out repo content - uses: actions/checkout@v4 + uses: actions/checkout@v5 # This step sets up Node.js. The script that this workflow will run uses Node.js. - name: Setup Node.js