Skip to content

Commit

Permalink
Merge pull request #214 from redhat-cop/renovate/github-codeql-action…
Browse files Browse the repository at this point in the history
…-3.x

Update github/codeql-action action to v3
  • Loading branch information
garethahealy authored Dec 14, 2023
2 parents 3c7b6db + 905fd90 commit f179b00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ updates:
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "monthly"
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion POLICIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ _source: [policy/ocp/bestpractices/container-readinessprobe-notset](policy/ocp/b

If you're not sure about what's the best settings for your app, it's better not to set the CPU limits.
See: Resources utilisation -> https://learnk8s.io/production-best-practices#application-development
See: https://www.reddit.com/r/kubernetes/comments/all1vg/on_kubernetes_cpu_limits
See: reddit.com/r/kubernetes/comments/all1vg/on_kubernetes_cpu_limits

### Rego

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# If you're not sure about what's the best settings for your app, it's better not to set the CPU limits.
# See: Resources utilisation -> https://learnk8s.io/production-best-practices#application-development
# See: https://www.reddit.com/r/kubernetes/comments/all1vg/on_kubernetes_cpu_limits
# See: reddit.com/r/kubernetes/comments/all1vg/on_kubernetes_cpu_limits
#
# @kinds apps.openshift.io/DeploymentConfig apps/DaemonSet apps/Deployment apps/Job apps/ReplicaSet core/ReplicationController apps/StatefulSet core/Pod batch/CronJob
package ocp.bestpractices.container_resources_limits_cpu_set
Expand Down

0 comments on commit f179b00

Please sign in to comment.