diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a116c36..5a7a7a6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,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/validate-codeowners.yml b/.github/workflows/validate-codeowners.yml index 7360c5c..8886f50 100644 --- a/.github/workflows/validate-codeowners.yml +++ b/.github/workflows/validate-codeowners.yml @@ -18,7 +18,7 @@ jobs: steps: # Check out repo to be validated in enxt stop - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Ensure that the owners file is valid # https://github.com/marketplace/actions/github-codeowners-validator