File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 # If you do not check out your code, Copilot will do this for you.
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v6.0.1
29+ uses : actions/checkout@v6.0.2
3030 with :
3131 persist-credentials : false
3232
Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6.0.1
17+ - uses : actions/checkout@v6.0.2
1818 with :
1919 persist-credentials : false
2020 - name : Build the Docker image
Original file line number Diff line number Diff line change 1818 statuses : write
1919 steps :
2020 - name : Checkout Code
21- uses : actions/checkout@v6.0.1
21+ uses : actions/checkout@v6.0.2
2222 with :
2323 # Full git history is needed to get a proper
2424 # list of changed files within `super-linter`
3131 run : |
3232 pip install -r requirements.txt -r requirements-test.txt
3333 - name : Lint Code Base
34- uses : super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
34+ uses : super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
3535 env :
3636 DEFAULT_BRANCH : main
3737 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2121 python-version : [3.11, 3.12]
2222
2323 steps :
24- - uses : actions/checkout@v6.0.1
24+ - uses : actions/checkout@v6.0.2
2525 with :
2626 persist-credentials : false
2727 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@v6.0.1
28+ uses : actions/checkout@v6.0.2
2929 with :
3030 persist-credentials : false
3131
You can’t perform that action at this time.
0 commit comments