File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : ⤵️ Check out code from GitHub
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 - name : 🏗 Initialize CodeQL
1818 uses : github/codeql-action/init@v3
1919 - name : 🚀 Perform CodeQL Analysis
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : ⤵️ Check out code from GitHub
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 - name : 🚀 Run Label Syncer
1919 uses : micnncim/action-label-syncer@v1.3.0
2020 env :
Original file line number Diff line number Diff line change 1313 run : curl -LsSf https://github.com/crate-ci/typos/releases/download/$TYPOS_VERSION/typos-$TYPOS_VERSION-x86_64-unknown-linux-musl.tar.gz | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
1414
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 ref : ${{ github.event.pull_request.head.sha }}
1919
You can’t perform that action at this time.
0 commit comments