Skip to content

Commit

Permalink
Merge pull request #124 from redhat-cop/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
garethahealy authored Nov 23, 2023
2 parents 1240ba1 + 2a2325e commit cfbbbb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ssh-agent-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
popd
- name: Run linters
uses: wearerequired/lint-action@v2
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
with:
continue_on_error: false
eslint_dir: ssh-agent/
Expand Down
2 changes: 1 addition & 1 deletion kyverno-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases depName=redhat-cop/github-actions
FROM ghcr.io/redhat-cop/github-actions/kyverno-cli:v4.0
FROM ghcr.io/redhat-cop/github-actions/kyverno-cli:v4.0@sha256:343c64052374dbc66bd3af0e0fc376d671a212060f4ad0386bf91cc798be7b81
2 changes: 1 addition & 1 deletion redhat-csp-download/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases depName=redhat-cop/github-actions
FROM ghcr.io/redhat-cop/github-actions/redhat-csp-download:v4.0
FROM ghcr.io/redhat-cop/github-actions/redhat-csp-download:v4.0@sha256:c2729b245aec118228318580396900b1aa616210bec22450d8786dbce0a65f2e
8 changes: 4 additions & 4 deletions ssh-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@actions/core": "^1.10.0"
},
"devDependencies": {
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"ncc": "^0.3.6",
"prettier": "^2.8.4"
"eslint": "8.54.0",
"eslint-config-prettier": "8.10.0",
"ncc": "0.3.6",
"prettier": "2.8.8"
}
}

0 comments on commit cfbbbb8

Please sign in to comment.