File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v5
1717
1818 - name : Set up GNAT toolchain
1919 run : >
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 image : crystallang/crystal
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v5
1919 - name : Install dependencies
2020 run : shards install
2121 - name : Run tests
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v5
1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v3
2121 with :
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v5
3030 - name : Setup Pages
3131 uses : actions/configure-pages@v2
3232 - name : Build with Jekyll
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v5
1616
1717 - name : configure
1818 run : ./configure
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v5
2020 with :
2121 # Full git history is needed to get a proper list of changed files within `super-linter`
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v5
2929
3030 - name : Synopsys Intelligent Security Scan
3131 id : prescription
You can’t perform that action at this time.
0 commit comments