Skip to content

Commit 04b7e56

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-6.0.0
2 parents 75c16a6 + 9ea9fa2 commit 04b7e56

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/analysis_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup container
3939
run: sudo rm -rf /usr/local/lib64/cmake/glew
4040
- name: Checkout
41-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
41+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
with:
4343
fetch-depth: 50
4444
- name: Create build directories
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup container
103103
run: sudo rm -rf /usr/local/lib64/cmake/glew
104104
- name: Checkout
105-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
105+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
106106
with:
107107
fetch-depth: 50
108108
- name: Create build directories

.github/workflows/ci_steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Checkout Repository
70-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
70+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7171

7272
- name: Set Up Directories & Environment
7373
run: |
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Install MSYS2 ${{ inputs.msystem }}
108108
if: inputs.msystem != ''
109-
uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # v2.29.0
109+
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
110110
with:
111111
msystem: ${{ inputs.msystem }}
112112
update: true

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
7171
steps:
7272
- name: Checkout repository
73-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
73+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7474

7575
# Initializes the CodeQL tools for scanning.
7676
- name: Initialize CodeQL
77-
uses: github/codeql-action/init@v4.31.5
77+
uses: github/codeql-action/init@v4.31.8
7878
with:
7979
languages: ${{ matrix.language }}
8080
build-mode: ${{ matrix.build-mode }}
@@ -101,6 +101,6 @@ jobs:
101101
exit 1
102102
103103
- name: Perform CodeQL Analysis
104-
uses: github/codeql-action/analyze@v4.31.5
104+
uses: github/codeql-action/analyze@v4.31.8
105105
with:
106106
category: "/language:${{matrix.language}}"

.github/workflows/release-sign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
shell: bash
4949

5050
- name: Checkout
51-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
51+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252

5353
- name: Create archive
5454
run: git archive --format=tar.gz -o ${IMATH_TARBALL} --prefix ${IMATH_PREFIX} ${TAG}
5555

5656
- name: Sign archive with Sigstore
57-
uses: sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c # v3.1.0
57+
uses: sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d # v3.2.0
5858
with:
5959
inputs: ${{ env.IMATH_TARBALL }}
6060
upload-signing-artifacts: false

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
with:
3030
persist-credentials: false
3131

@@ -51,6 +51,6 @@ jobs:
5151

5252
# Upload the results to GitHub's code scanning dashboard.
5353
- name: "Upload to code-scanning"
54-
uses: github/codeql-action/upload-sarif@0e52774aee3a99ebade1d021ab7e132c6f8058bf # v3.30.7
54+
uses: github/codeql-action/upload-sarif@4b675e451b3779918647db783e324bd9fd7f3932 # v3.30.7
5555
with:
5656
sarif_file: results.sarif

.github/workflows/website_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
42+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4343
- name: Create build directory
4444
run: mkdir _build
4545
- name: Install doxygen

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ openexr-dev@lists.aswf.io mail list.
213213

214214
### Pull Requests
215215

216-
Contributions should be submitted as Github pull requests. See
216+
Contributions should be submitted as GitHub pull requests. See
217217
[Creating a pull request](https://help.github.com/articles/creating-a-pull-request/)
218218
if you're unfamiliar with this concept.
219219

@@ -229,7 +229,7 @@ with a separate pull request.
229229

230230
3. Push commits to your fork.
231231

232-
4. Create a Github pull request from your topic branch.
232+
4. Create a GitHub pull request from your topic branch.
233233

234234
5. Pull requests will be reviewed by project committers and contributors,
235235
who may discuss, offer constructive feedback, request changes, or approve

website/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
html_theme = "press"
146146
html_theme_options = {
147147
"external_links": [
148-
("Github", "https://github.com/AcademySoftwareFoundation/Imath"),
148+
("GitHub", "https://github.com/AcademySoftwareFoundation/Imath"),
149149
]
150150
}
151151

0 commit comments

Comments
 (0)