Skip to content

Commit 4384b06

Browse files
Merge pull request #98 from github/dependabot/github_actions/github-actions-ce76491fe9
Bump the github-actions group across 1 directory with 2 updates
2 parents dd89e80 + 8050bb4 commit 4384b06

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Set up Go
2121
uses: actions/setup-go@v5

.github/workflows/linter.yml

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

2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525

@@ -29,7 +29,7 @@ jobs:
2929
go-version-file: go.mod
3030

3131
- name: Run Super-Linter
32-
uses: super-linter/super-linter/slim@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
32+
uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0
3333
env:
3434
VALIDATE_ALL_CODEBASE: true
3535
DEFAULT_BRANCH: "main"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: cli/gh-extension-precompile@9e2237c30f869ad3bcaed6a4be2cd43564dd421b # v2.1.0
1717
with:
1818
release_android: true

internal/types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package types provides data structures and functions for handling
22
// GitHub contribution data and 3D geometry for STL file generation.
3-
package types
3+
package types //nolint:revive // package name is appropriate for this internal module
44

55
import (
66
"errors"

0 commit comments

Comments
 (0)