comparison .github/workflows/codeql-analysis.yaml @ 30824:0ffe2f9a19f3 stable

GitHub-CI: Use "actions/checkout@v3".
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 10 Mar 2022 18:58:29 +0100
parents ffed0ae35eda
children adfbd487d0f6
comparison
equal deleted inserted replaced
30820:620607ec6608 30824:0ffe2f9a19f3
19 # Learn more... 19 # Learn more...
20 # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection 20 # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
21 21
22 steps: 22 steps:
23 - name: checkout repository 23 - name: checkout repository
24 uses: actions/checkout@v2 24 uses: actions/checkout@v3
25 25
26 - name: install dependencies 26 - name: install dependencies
27 run: | 27 run: |
28 sudo apt -qq update 28 sudo apt -qq update
29 sudo apt install -y autoconf automake bison dvipng epstool fig2dev \ 29 sudo apt install -y autoconf automake bison dvipng epstool fig2dev \
143 texinfo 143 texinfo
144 144
145 msystem: ${{ matrix.msystem }} 145 msystem: ${{ matrix.msystem }}
146 146
147 - name: checkout repository 147 - name: checkout repository
148 uses: actions/checkout@v2 148 uses: actions/checkout@v3
149 149
150 - name: bootstrap 150 - name: bootstrap
151 run: ./bootstrap 151 run: ./bootstrap
152 152
153 - name: configure 153 - name: configure