Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO_JIRA: Bump actions/setup-python from 4 to 5 #19

Merged
merged 5 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Dependabot version updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates

Expand All @@ -6,27 +7,27 @@ registries:
nuget-artifactory:
type: nuget-feed
url: https://artifactory.ccdc.cam.ac.uk/artifactory/api/npm/v3/ccdc-nuget
username: ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_USER }}
password: ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_API }}
username: ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_USER }}
password: ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_API }}
nuget-azure-devops:
type: nuget-feed
url: https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/v3/index.json
username: ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_USER }}
password: ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_TOKEN }}
password: ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_TOKEN }}
nuget-public:
type: nuget-feed
url: https://api.npm.org/v3/index.json

npm-artifactory:
type: nuget-feed
url: https://artifactory.ccdc.cam.ac.uk/artifactory/api/npm/ccdc-npm-mix/
username: ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_USER }}
password: ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_API }}
username: ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_USER }}
password: ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_API }}
npm-azure-devops:
type: nuget-feed
url: https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/registry/
url: https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/registry/
username: ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_USER }}
password: ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_TOKEN }}
password: ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_TOKEN }}
npm-public:
type: nuget-feed
url: https://registry.npmjs.org
Expand All @@ -46,7 +47,7 @@ updates:
# Prefix all commit messages with "NO_JIRA"
prefix: "NO_JIRA"

# Enable version updates for NPM
# Enable version updates for NPM
- package-ecosystem: "npm"
registries: "*"
# Look for `package.json` or `package.lock` files in the `root` directory
Expand All @@ -60,7 +61,7 @@ updates:
# Prefix all commit messages with "NO_JIRA"
prefix: "NO_JIRA"

# Enable version update for GitHub Actions
# Enable version update for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
# Check GitHub Actions for updates every day (weekdays)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-ansible-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
architecture: x64
Expand Down