6 messages
Discussions related to GitHub Actions
samuelover 2 years ago
Good afternoon, currely I have a issue with my pipeline in self-hosted vm aws linux Warning: Unexpected input(s) 'maven-version', valid inputs are ['java-version', 'java-version-file', 'distribution', 'java-package', 'architecture', 'jdkFile', 'check-latest', 'server-id', 'server-username', 'server-password', 'settings-path', 'overwrite-settings', 'gpg-private-key', 'gpg-passphrase', 'cache', 'job-status', 'token', 'mvn-toolchain-id', 'mvn-toolchain-vendor']
2
Run actions/setup-java@v3
3
with:
4
distribution: adopt
5
java-version: 11
6
java-package: maven
7
maven-version: 3.6.3
8
check-latest: false
9
server-id: github
10
server-username: GITHUB_ACTOR
11
server-password: GITHUB_TOKEN
12
overwrite-settings: true
13
job-status: success
14
token: ***
15
Installed distributions
16
Trying to resolve the latest version from remote
17
Error: Could not find satisfied version for SemVer '11'.
2
Run actions/setup-java@v3
3
with:
4
distribution: adopt
5
java-version: 11
6
java-package: maven
7
maven-version: 3.6.3
8
check-latest: false
9
server-id: github
10
server-username: GITHUB_ACTOR
11
server-password: GITHUB_TOKEN
12
overwrite-settings: true
13
job-status: success
14
token: ***
15
Installed distributions
16
Trying to resolve the latest version from remote
17
Error: Could not find satisfied version for SemVer '11'.
rssover 2 years ago(edited)
GitHub Actions – OIDC integration with AWS no longer requires pinning of intermediate TLS certificates
GitHub Actions – OpenId Connect (OIDC) integration with AWS is now optimized to avoid pinning any intermediary certificate thumbprints. While configuring GitHub as an OIDC IdP (ID Provider), AWS now secures communication by trusting GitHub Actions’s trusted root certificate authorities (CAs) instead of using a certificate thumbprint to verify GitHub’s IdP server certificate. This will […]
GitHub Actions – OpenId Connect (OIDC) integration with AWS is now optimized to avoid pinning any intermediary certificate thumbprints. While configuring GitHub as an OIDC IdP (ID Provider), AWS now secures communication by trusting GitHub Actions’s trusted root certificate authorities (CAs) instead of using a certificate thumbprint to verify GitHub’s IdP server certificate. This will […]
rssover 2 years ago(edited)
GitHub Actions: Removal of Node12 from the Actions runner
GitHub Actions: Removal of Node12 from the Actions runner
GitHub Actions: Removal of Node12 from the Actions runner
samuelover 2 years ago
Hi, good mooning i have question to github action, if anywhere could me help, the I want to protect .yml file with codeowner
Erik Osterman (Cloud Posse)over 2 years ago
rssover 2 years ago(edited)
GitHub Actions: Update on save-state and set-output commands
GitHub Actions: Update on save-state and set-output commands
GitHub Actions: Update on save-state and set-output commands