Commit 2d251184 by Edward Thomson

ci: update version numbers of actions

parent 747af663
...@@ -50,7 +50,7 @@ jobs: ...@@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.platform.os }} runs-on: ${{ matrix.platform.os }}
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
path: source path: source
fetch-depth: 0 fetch-depth: 0
......
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
name: "Create container: ${{ matrix.container.name }}" name: "Create container: ${{ matrix.container.name }}"
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
path: source path: source
fetch-depth: 0 fetch-depth: 0
...@@ -253,7 +253,7 @@ jobs: ...@@ -253,7 +253,7 @@ jobs:
name: "Build: ${{ matrix.platform.name }}" name: "Build: ${{ matrix.platform.name }}"
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
path: source path: source
fetch-depth: 0 fetch-depth: 0
...@@ -345,7 +345,7 @@ jobs: ...@@ -345,7 +345,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
path: source path: source
fetch-depth: 0 fetch-depth: 0
......
...@@ -271,7 +271,7 @@ jobs: ...@@ -271,7 +271,7 @@ jobs:
runs-on: ${{ matrix.platform.os }} runs-on: ${{ matrix.platform.os }}
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
path: source path: source
fetch-depth: 0 fetch-depth: 0
...@@ -333,7 +333,7 @@ jobs: ...@@ -333,7 +333,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
path: source path: source
fetch-depth: 0 fetch-depth: 0
...@@ -358,13 +358,13 @@ jobs: ...@@ -358,13 +358,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v2
with: with:
languages: 'cpp' languages: 'cpp'
...@@ -376,4 +376,4 @@ jobs: ...@@ -376,4 +376,4 @@ jobs:
cmake --build . cmake --build .
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment