diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 5c47a4051a..b633bfe2ee 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head of the pull request. diff --git a/action.yml b/action.yml index 33016166e5..3b3ea21c27 100644 --- a/action.yml +++ b/action.yml @@ -42,7 +42,7 @@ inputs: default: "binary" required: false runs: - using: "node16" + using: "node20" main: "dist/run/index.js" post: "dist/post_run/index.js" branding: