Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Commit c815a26

Browse filesBrowse the repository at this point in the historyBrowse files
authored
Merge pull request #6938 from openscad/dependabot/github_actions/github-actions-eee50f57fb
Bump the github-actions group with 3 updates
2 parents 04834ad + cebe0df commit c815a26
Copy full SHA for c815a26

4 files changed

+5-5Lines changed: 5 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/codeql-analysis.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/codeql-analysis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v4
31+
uses: github/codeql-action/init@v4.37.3
3232
with:
3333
languages: ${{ matrix.language }}
3434
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -45,4 +45,4 @@ jobs:
4545
run: ./scripts/github-ci.sh experimental build
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v4
48+
uses: github/codeql-action/analyze@v4.37.3
Collapse file

‎.github/workflows/manual.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/manual.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
which sudo || apt install -y sudo
137137
sudo ./scripts/uni-get-dependencies.sh qt6
138-
- uses: actions/setup-python@v6
138+
- uses: actions/setup-python@v7
139139
with:
140140
python-version: '3.11'
141141
- name: Build
Collapse file

‎.github/workflows/stale_bot.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/stale_bot.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
actions: write
1919
steps:
20-
- uses: actions/stale@v10
20+
- uses: actions/stale@v11
2121
with:
2222
# Max number of operations per run
2323
operations-per-run: 10
Collapse file

‎.github/workflows/test-examples.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-examples.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
which sudo || apt install -y sudo
2323
sudo ./scripts/uni-get-dependencies.sh qt6
24-
- uses: actions/setup-python@v6
24+
- uses: actions/setup-python@v7
2525
with:
2626
python-version: '3.11'
2727
- name: Build and test

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.