Skip to content

Commit b638eba

Browse files
committed
Merge branch 'refs/heads/main' into dev-module-import
# Conflicts: # go.mod # go.sum
2 parents 4ff0c56 + 1e0fc79 commit b638eba

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ updates:
77
day: sunday
88
allow:
99
- dependency-type: "all"
10+
groups:
11+
gomod:
12+
patterns:
13+
- "*"
1014
commit-message:
1115
prefix: "chore"
1216
- package-ecosystem: github-actions
1317
directory: "/"
1418
schedule:
1519
interval: weekly
1620
day: sunday
21+
groups:
22+
github-actions:
23+
patterns:
24+
- "*"
1725
commit-message:
1826
prefix: "chore"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
VERSION: ${{ inputs.version_number }}
5353
run: make generate-all-manifests
5454
- name: Log in to MongoDB Docker registry
55-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
55+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
5656
with:
5757
registry: ${{ secrets.ARTIFACTORY_REGISTRY }}
5858
username: ${{ secrets.ARTIFACTORY_USER }}
@@ -85,7 +85,7 @@ jobs:
8585
KONDUKTO_REPO: ${{ vars.KONDUKTO_REPO }}
8686
KONDUKTO_BRANCH_PREFIX: ${{ vars.KONDUKTO_BRANCH_PREFIX }}
8787
- name: Upload SBOM as release artifact
88-
uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332
88+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
8989
with:
9090
files: compliance/sbom.json
9191
tag_name: ${{ inputs.version_number }}

0 commit comments

Comments
 (0)