diff --git a/.github/workflows/ai-maintainer-summary.yml b/.github/workflows/ai-maintainer-summary.yml index 3e5ef45..293055a 100644 --- a/.github/workflows/ai-maintainer-summary.yml +++ b/.github/workflows/ai-maintainer-summary.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index e97d1e1..3fbabb6 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -36,7 +36,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 13412f9..760a9f8 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -8,6 +8,6 @@ jobs: dependabot: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Confirm workflow presence run: echo "Dependabot workflow is configured."