diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 43b35d31..0317c8c0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
| @@ -40,7 +40,7 @@ jobs: | |||
| 40 | 40 | ||
| 41 | steps: | 41 | steps: |
| 42 | - name: Checkout repository | 42 | - name: Checkout repository |
| 43 | uses: actions/checkout@v3 | 43 | uses: actions/checkout@v4 |
| 44 | 44 | ||
| 45 | # Initializes the CodeQL tools for scanning. | 45 | # Initializes the CodeQL tools for scanning. |
| 46 | - name: Initialize CodeQL | 46 | - name: Initialize CodeQL |
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c84acc4..ea0b38be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -16,12 +16,12 @@ jobs: | |||
| 16 | runs-on: ubuntu-latest | 16 | runs-on: ubuntu-latest |
| 17 | steps: | 17 | steps: |
| 18 | - name: Checkout | 18 | - name: Checkout |
| 19 | uses: actions/checkout@v3 | 19 | uses: actions/checkout@v4 |
| 20 | - name: Codespell | 20 | - name: Codespell |
| 21 | uses: codespell-project/actions-codespell@master | 21 | uses: codespell-project/actions-codespell@v2 |
| 22 | with: | 22 | with: |
| 23 | skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh" | 23 | skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh" |
| 24 | ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners | 24 | ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse,slac |
| 25 | check_filenames: true | 25 | check_filenames: true |
| 26 | check_hidden: true | 26 | check_hidden: true |
| 27 | # super-linter: | 27 | # super-linter: |
| @@ -31,7 +31,7 @@ jobs: | |||
| 31 | # runs-on: ubuntu-latest | 31 | # runs-on: ubuntu-latest |
| 32 | # steps: | 32 | # steps: |
| 33 | # - name: Checkout | 33 | # - name: Checkout |
| 34 | # uses: actions/checkout@v3 | 34 | # uses: actions/checkout@v4 |
| 35 | # - name: Lint Code Base | 35 | # - name: Lint Code Base |
| 36 | # uses: github/super-linter@v5.0.0 | 36 | # uses: github/super-linter@v5.0.0 |
| 37 | # env: | 37 | # env: |
| @@ -49,15 +49,15 @@ jobs: | |||
| 49 | fail-fast: false | 49 | fail-fast: false |
| 50 | matrix: | 50 | matrix: |
| 51 | distro: | 51 | distro: |
| 52 | - 'debian:testing' | 52 | - 'debian:stable' |
| 53 | #... | 53 | #... |
| 54 | include: | 54 | include: |
| 55 | - distro: 'debian:testing' | 55 | - distro: 'debian:stable' |
| 56 | prepare: .github/prepare_debian.sh | 56 | prepare: .github/prepare_debian.sh |
| 57 | #... | 57 | #... |
| 58 | steps: | 58 | steps: |
| 59 | - name: Git clone repository | 59 | - name: Git clone repository |
| 60 | uses: actions/checkout@v3 | 60 | uses: actions/checkout@v4 |
| 61 | #- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 61 | #- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
| 62 | # uses: mxschmitt/action-tmate@v3 | 62 | # uses: mxschmitt/action-tmate@v3 |
| 63 | - name: Run the tests on ${{ matrix.distro }} | 63 | - name: Run the tests on ${{ matrix.distro }} |
