File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Dependabot metadata
1313 id : metadata
14- uses : dependabot/fetch-metadata@v2
14+ uses : dependabot/fetch-metadata@v3
1515 with :
1616 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1717
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 lint :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v7
2020
2121 - name : Install poetry
2222 run : pipx install poetry
2323
2424 - name : Set up Python ${{ env.python-version }}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v7
2626 with :
2727 python-version : ${{ env.PYTHON_VERSION }}
2828 cache : " poetry"
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 build-mode : none
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v7
2828
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@v3
30+ uses : github/codeql-action/init@v4
3131 with :
3232 languages : ${{ matrix.language }}
3333 build-mode : ${{ matrix.build-mode }}
3434
3535 - name : Perform CodeQL Analysis
36- uses : github/codeql-action/analyze@v3
36+ uses : github/codeql-action/analyze@v4
3737 with :
3838 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 99 issues : write
1010 pull-requests : write
1111 steps :
12- - uses : actions/first-interaction@v1
12+ - uses : actions/first-interaction@v3
1313 with :
1414 repo-token : ${{ secrets.GITHUB_TOKEN }}
1515 issue-message : |
Original file line number Diff line number Diff line change 1010 name : Add issue to project
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/add-to-project@v1 .0.2
13+ - uses : actions/add-to-project@v2 .0.0
1414 with :
1515 project-url : https://github.com/orgs/MinBZK/projects/7
1616 github-token : ${{ secrets.ADD_TO_PROJECT_PAT }}
Original file line number Diff line number Diff line change 1212 issues : write
1313 pull-requests : write
1414 steps :
15- - uses : actions/stale@v9
15+ - uses : actions/stale@v11
1616 with :
1717 days-before-stale : 90
1818 days-before-close : 30
You can’t perform that action at this time.
0 commit comments