Alex found using the command: install_github("bcgov/FAIB_DADMTOOLS") did not load the latest version. Skipped because the SHA1 (hash code like alpha numeric sequence) had not changed since last install. Use 'force=TRUE' to force installation.
Alex still had issues - but new ones. For the original - did some sleuthing - found a post on an unrelated security issue but the solution was: To prevent such issues, pinning action versions by full commit hash is recommended. Here's the link: https://dev.to/suzukishunsuke/pin-github-actions-to-a-full-length-commit-sha-for-security-2n7p
Hopefully the work around is just to use 'force=TRUE' - but good to know should others run across the same issue.
Alex found using the command: install_github("bcgov/FAIB_DADMTOOLS") did not load the latest version. Skipped because the SHA1 (hash code like alpha numeric sequence) had not changed since last install. Use 'force=TRUE' to force installation.
Alex still had issues - but new ones. For the original - did some sleuthing - found a post on an unrelated security issue but the solution was: To prevent such issues, pinning action versions by full commit hash is recommended. Here's the link: https://dev.to/suzukishunsuke/pin-github-actions-to-a-full-length-commit-sha-for-security-2n7p
Hopefully the work around is just to use 'force=TRUE' - but good to know should others run across the same issue.