File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 steps :
2626 -
2727 name : Checkout repository
28- uses : actions/checkout@v4.1.4
28+ uses : actions/checkout@v4.1.5
2929 # Initializes the CodeQL tools for scanning.
3030 -
3131 name : Initialize CodeQL
Original file line number Diff line number Diff line change 4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v4.1.4
43+ uses : actions/checkout@v4.1.5
4444 - name : Remove 'stale' label
4545 run : gh issue edit ${{ github.event.issue.number }} --remove-label ${{ env.stale_label }}
4646 env :
Original file line number Diff line number Diff line change 3333 name : Syncing branches
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v4.1.4
36+ uses : actions/checkout@v4.1.5
3737 - name : Opening pull request
3838 run : gh pr create -B development -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
3939 env :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4.1.4
16+ uses : actions/checkout@v4.1.5
1717
1818 - name : Check scripts in repository are executable
1919 run : |
6565 DISTRO : ${{matrix.distro}}
6666 steps :
6767 - name : Checkout repository
68- uses : actions/checkout@v4.1.4
68+ uses : actions/checkout@v4.1.5
6969
7070 - name : Set up Python 3.10
7171 uses : actions/setup-python@v5.1.0
You can’t perform that action at this time.
0 commit comments