Upgrade actions/checkout from 5 to 6 version (#1776)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
60b6e2d816
commit
9298847097
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
sanitizer: ["address", "memory", "undefined"]
|
sanitizer: ["address", "memory", "undefined"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: build fuzzers (${{ matrix.sanitizer }})
|
- name: build fuzzers (${{ matrix.sanitizer }})
|
||||||
id: build
|
id: build
|
||||||
|
|||||||
6
.github/workflows/clang.yml
vendored
6
.github/workflows/clang.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
format:
|
format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.github/workflows/actions/ubuntu-build-deps
|
uses: ./.github/workflows/actions/ubuntu-build-deps
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
CC: clang
|
CC: clang
|
||||||
ASAN_OPTIONS: strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:detect_leaks=0:detect_invalid_pointer_pairs=1:halt_on_error=0
|
ASAN_OPTIONS: strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:detect_leaks=0:detect_invalid_pointer_pairs=1:halt_on_error=0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.github/workflows/actions/ubuntu-build-deps
|
uses: ./.github/workflows/actions/ubuntu-build-deps
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
config: ["Release"]
|
config: ["Release"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.github/workflows/actions/ubuntu-build-deps
|
uses: ./.github/workflows/actions/ubuntu-build-deps
|
||||||
|
|||||||
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
container: ${{ matrix.os }}
|
container: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
security-events: write
|
security-events: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.github/workflows/actions/ubuntu-build-deps
|
uses: ./.github/workflows/actions/ubuntu-build-deps
|
||||||
|
|||||||
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
- s390x
|
- s390x
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # for correct image labeling via `git describe --tags`
|
fetch-depth: 0 # for correct image labeling via `git describe --tags`
|
||||||
# TODO: Try remove once `moby/buildkit` image upgrades its default QEMU version.
|
# TODO: Try remove once `moby/buildkit` image upgrades its default QEMU version.
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
|| github.ref == 'refs/heads/master') }}
|
|| github.ref == 'refs/heads/master') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
|
|
||||||
- name: Parse semver versions from Git tag
|
- name: Parse semver versions from Git tag
|
||||||
@ -134,7 +134,7 @@ jobs:
|
|||||||
arch: s390x
|
arch: s390x
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- uses: docker/setup-qemu-action@v3
|
- uses: docker/setup-qemu-action@v3
|
||||||
- run: make npm.install
|
- run: make npm.install
|
||||||
working-directory: docker/coturn/
|
working-directory: docker/coturn/
|
||||||
@ -186,7 +186,7 @@ jobs:
|
|||||||
dist: ["alpine", "debian"]
|
dist: ["alpine", "debian"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Parse Docker image name from Git repository name
|
- name: Parse Docker image name from Git repository name
|
||||||
id: image
|
id: image
|
||||||
@ -296,7 +296,7 @@ jobs:
|
|||||||
needs: ["push"]
|
needs: ["push"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Parse semver versions from Git tag
|
- name: Parse semver versions from Git tag
|
||||||
id: semver
|
id: semver
|
||||||
|
|||||||
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
working-directory: /tmp/
|
working-directory: /tmp/
|
||||||
if: ${{ contains('amazonlinux:2 ubuntu:16.04 ubuntu:18.04', matrix.os) }}
|
if: ${{ contains('amazonlinux:2 ubuntu:16.04 ubuntu:18.04', matrix.os) }}
|
||||||
|
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install `apt` dependencies
|
- name: Install `apt` dependencies
|
||||||
# Set env variable or otherwise `tzdata` package requires interaction.
|
# Set env variable or otherwise `tzdata` package requires interaction.
|
||||||
|
|||||||
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
ver: ["14", "15", "26"]
|
ver: ["14", "15", "26"]
|
||||||
runs-on: macos-${{ matrix.ver }}
|
runs-on: macos-${{ matrix.ver }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Relink `python` package in `brew`
|
- name: Relink `python` package in `brew`
|
||||||
# Unlink and re-link to prevent errors when GitHub `macos` runner images
|
# Unlink and re-link to prevent errors when GitHub `macos` runner images
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
ver: ["15", "26"]
|
ver: ["15", "26"]
|
||||||
runs-on: macos-${{ matrix.ver }}
|
runs-on: macos-${{ matrix.ver }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Relink `python` package in `brew`
|
- name: Relink `python` package in `brew`
|
||||||
# Unlink and re-link to prevent errors when GitHub `macos` runner images
|
# Unlink and re-link to prevent errors when GitHub `macos` runner images
|
||||||
|
|||||||
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
TOOSL_DIR: ${{ github.workspace }}\.cache\tools
|
TOOSL_DIR: ${{ github.workspace }}\.cache\tools
|
||||||
INSTALL_DIR: ${{ github.workspace }}\.cache\install_mingw_2022_02_15
|
INSTALL_DIR: ${{ github.workspace }}\.cache\install_mingw_2022_02_15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
4
.github/workflows/msvc.yml
vendored
4
.github/workflows/msvc.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
security-events: write # required for all CodeQL to report detected outcomes
|
security-events: write # required for all CodeQL to report detected outcomes
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Create directories
|
- name: Create directories
|
||||||
run: |
|
run: |
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
shell: cmd
|
shell: cmd
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install NSIS for packaging
|
- name: Install NSIS for packaging
|
||||||
uses: repolevedavaj/install-nsis@v1.1.0
|
uses: repolevedavaj/install-nsis@v1.1.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user