From 3d65e3eaaeb166ffac3e023e846ef526407c43d3 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Thu, 2 Feb 2023 09:01:05 -0700 Subject: github: Update to the latest checkout action Update the actions/checkout plugin to v3. v2 utilizes Node.js 12 and is deprecated. Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.1 Signed-off-by: Tom Hromatka --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/continuous-integration.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 974c518..4cf0e53 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize libseccomp uses: ./.github/actions/setup - name: Initialize CodeQL diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5dcc5e9..0434d6c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout from github - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize libseccomp uses: ./.github/actions/setup - name: Build libseccomp @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout from github - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize libseccomp uses: ./.github/actions/setup - name: Build libseccomp @@ -66,7 +66,7 @@ jobs: steps: - name: Checkout from github - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize libseccomp uses: ./.github/actions/setup - name: Run scan-build @@ -80,7 +80,7 @@ jobs: steps: - name: Checkout from github - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize libseccomp uses: ./.github/actions/setup - name: Configure libseccomp -- cgit v1.2.1