From 3bf2affbc526c0e55f9134acf6059a1d019ee556 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 16 Oct 2023 10:07:13 -0600 Subject: [PATCH] update actions workflows --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/privileged-requester.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b57eba2..26b5e75 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/privileged-requester.yml b/.github/workflows/privileged-requester.yml index 5d737eb..5eac961 100644 --- a/.github/workflows/privileged-requester.yml +++ b/.github/workflows/privileged-requester.yml @@ -10,7 +10,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./ with: myToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ae187f..25d13c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,6 @@ jobs: units: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: npm ci - run: npm test